home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / OLE_Files / VC++ / OLEShell.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-08  |  1009 b   |  43 lines

  1. // OLEShell.h : main header file for the OLESHELL application
  2. //
  3.  
  4. #ifndef __AFXWIN_H__
  5.     #error include 'stdafx.h' before including this file for PCH
  6. #endif
  7.  
  8. #include "resource.h"        // main symbols
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // COLEShellApp:
  12. // See OLEShell.cpp for the implementation of this class
  13. //
  14.  
  15. class COLEShellApp : public CWinApp
  16. {
  17. public:
  18.     COLEShellApp();
  19.     ~COLEShellApp();
  20.  
  21. // Overrides
  22.     // ClassWizard generated virtual function overrides
  23.     //{{AFX_VIRTUAL(COLEShellApp)
  24.     public:
  25.     virtual BOOL InitInstance();
  26.     //}}AFX_VIRTUAL
  27.  
  28. // Implementation
  29.  
  30.     //{{AFX_MSG(COLEShellApp)
  31.         // NOTE - the ClassWizard will add and remove member functions here.
  32.         //    DO NOT EDIT what you see in these blocks of generated code !
  33.     //}}AFX_MSG
  34.     DECLARE_MESSAGE_MAP()
  35. protected:
  36.     DECLARE_DISPATCH_MAP();
  37. protected:
  38.     DECLARE_INTERFACE_MAP();
  39. };
  40.  
  41.  
  42. /////////////////////////////////////////////////////////////////////////////
  43.